/*.combo-wrapper {
  border: 1px solid #cccccc;
  color: #505050;
  font-family: Tahoma, Arial, FreeSans;
  font-size: 12px;
  line-height: 29px;
  cursor: pointer;
  zoom: 1;
  outline: none;
  overflow: hidden;
}*/

.combo-wrapper {
    border: 1px solid #b1c1c2;
    border-radius: 5px;
    box-shadow: 0 -1px 4px 1px rgba(64, 64, 72, 0.2) inset;
    outline: none;
    line-height: 26px;
    cursor: pointer;
    font-family: Tahoma, Arial, FreeSans;
    font-size: 12px;
    overflow: hidden;
}

.combo-wrapper-hover {
  border-color: #4444aa;
}

.combo-wrapper-active .combo-button {
  background: url(../img/combo_up.png) no-repeat 0 12px;
}

.combo-disabled {
  background: #eeeeee;
}

.combo-selected {
  padding: 0 0 0 10px;
  margin: 0 -20px 0 0;
  float: left;
}

.combo-button {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #cccccc;
  float: right;
  background: url(../img/combo_down.png) no-repeat 0 12px;
}

.combo-list {
  list-style: none;
  background: #ffffff;
  padding: 5px 0;
  margin: 2px 0 0;
  font-family: Tahoma, Arial, FreeSans;
  font-size: 12px;
  border: 1px solid #b1c1c2;
  z-index: 9999;
  box-shadow: 0 0 4px 1px rgba(64, 64, 72, 0.2);
  border-radius: 5px;
}
.combo-list li {
  margin: 0;
  cursor: pointer;
  color: #3086be;
  border-bottom: 1px dashed #3086be;
  float: left;
  clear: both;
  margin: 4px 10px;
}
.combo-list li:hover {
    color: #F8600D;
    border-bottom: 1px dashed #F8600D;
}
.combo-list .combo-group-label {
  font-style: italic;
  font-weight: bold;
  cursor: default;
}
.combo-list .combo-group {
  padding: 0;
  margin: 0;
}
.combo-list .combo-group li {
  width: auto;
  float: none;
  padding-left: 10px;
}
.combo-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  overflow: hidden;
  font-size: 10px;
}

.combo-multiple {
  margin: 0;
  zoom: 1;
  clear: both;
  overflow: hidden;
  border: 1px solid green;
}
.combo-multiple li {
  float: left;
  width: 100%;
}

.combo-item-hover {
  background: #aaaaaa;
}

.combo-item-active {
  color: #000;
}

.combo-focus {
  border-color: none;
}

.left .combo-wrapper, .right .combo-wrapper {
  margin: 10px 0 10px 22px;
}

.search-left .combo-wrapper, .search-right .combo-wrapper {
  width: 363px;
  height: 23px;
  border: 1px solid #ccc;
  color: #ccc;
  margin-top:2px;
}

.search-left .combo-wrapper {
  width: 106px;
  margin: 2px 7px 0 0;
}

.search-sel .combo-wrapper {
  width: 360px !important;
}

.search-sel input.mail {
  width: 350px !important;
}

.search-sel-small .combo-wrapper {
  width: 106px !important;
  margin: 3px 5px 3px 2px!important;
}

.search-sel-small p {
  float:left;
  margin-right: 3px;
  margin-left: 9px;
  padding-top: 9px;
}

.search-sel-small p.content-text {
  float:none;
}
.hr {
	width: 208px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
::-webkit-input-placeholder {
   color: #505050;
}
:-moz-placeholder { /* Firefox 18- */
   color: #505050;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #505050;  
}
:-ms-input-placeholder {  
   color: #505050;  
}
.news-prok + .combo-wrapper, 
.hot-line-city + .combo-wrapper {
    background: url('../img/location.gif') no-repeat 6px;
}
.news-prok + .combo-wrapper .combo-selected, 
.hot-line-city + .combo-wrapper .combo-selected {
    padding: 0 0 0 30px;
    margin: 0 -30px 0 0;
}